home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / FASTCD09 / FASTCD.DOC < prev    next >
Encoding:
Text File  |  1995-02-07  |  5.2 KB  |  127 lines

  1.                                                           (C) Copyright 1995
  2.              ┌──────────────────────────────────────────────┐
  3.              │  ·▄▄▄  ▄▄▄·  .▄▄ ·  ▄▄▄▄▄      ▄▄·  ·▄▄▄▄    │
  4.              │  ▐▄▄· ▐█ ▀█  ▐█ ▀.  ∙██       ▐█ ▌■ ██■ ██   │
  5.              │  ██■  ▄█▀▀█  ▄▀▀▀█▄  ▐█.■     ██ ▄▄ ▐█· ▐█▌  │
  6.              │  ██▌. ▐█ ■▐▌ ▐█▄■▐█  ▐█▌·     ▐███▌ ██. ██   │
  7.              │  ▀▀▀   ▀  ▀   ▀▀▀▀   ▀▀▀      ·▀▀▀  ▀▀▀▀▀∙   │
  8.              └──────────────────────────────────────────────┘
  9.                     A Tiny TSR CD Digital Audio Player
  10.                                  ─   ─   ─
  11.                             Coded by Johan Prins
  12.  
  13.  
  14.        FastCD plays digital audio CDs on a CD-ROM drive connected to
  15.        your PC. That's all and that's enough...
  16.     
  17.     ┌┬ Features: ─┐
  18.     └┴────────────┘
  19.        ■ Play, Pause, Stop, Seek functions
  20.        ■ Volume and balance control
  21.        ■ TSR, so...music at your fingertips...
  22.        ■ Little memory usage (2000 bytes)
  23.        ■ Full .ASM sources
  24.  
  25.     ┌┬ Requirements ─┐
  26.     └┴───────────────┘
  27.        FastCD requires:
  28.        ■ 286 or better processor
  29.        ■ EGA or better graphics display
  30.        ■ CD-ROM-drive capable of playing Digital Audio CDs
  31.        ■ DOS v2.0 or higher
  32.        ■ MSCDEX.EXE v2.10 or higher
  33.  
  34.     ┌┬ Installation ─┐
  35.     └┴───────────────┘
  36.        Just start the program by typing 'FASTCD' at the DOS-prompt.
  37.        If it is already in memory a message will tell you that.
  38.        FastCD occupies 2000 bytes for program code and 16 bytes for a
  39.        pseudo-environment. This pseudo-environment is handy when you
  40.        are using a memory-utility. FastCD isn't longer 'UNKNOWN'.
  41.  
  42.     ┌┬ Usage ─┐
  43.     └┴────────┘
  44.        You can activate FastCD by pressing 'Ctrl-Alt-F'. While you are in
  45.        graphics mode FastCD becomes active but nothing will appear on the
  46.        screen.
  47.        You can use the following keys for controlling CD-playing.
  48.  
  49.        [P]          - Play
  50.        [S]          - Stop
  51.        [Space]      - Pause/Resume
  52.        [PageUp]     - Skip to next track
  53.        [PageDown]   - Skip to previous track
  54.        [ArrowUp]    - Increase volume
  55.        [ArrowDown]  - Decrease volume
  56.        [ArrowLeft]  - Pan to left
  57.        [ArrowRight] - Pan to right
  58.        [Escape]     - Exit
  59.  
  60.     ┌┬ TechInfo ─┐
  61.     └┴───────────┘
  62.        FastCD is a 'terminate-and-stay-resident' (TSR) program.
  63.        It tries not to disturb other processes going on. Therefore it
  64.        hooks 4 interrupts. 
  65.  
  66.         09h ∙ Keyboard-interrupt 
  67.               ■ needed for hotkey-detection
  68.        013h ∙ Disk-interrupt 
  69.               ■ don't disturb disk-access
  70.        016h ∙ Buffered keyboard-interrupt 
  71.               ■ needed for 'already installed' detection
  72.        028h ∙ DOS-busy-interrupt 
  73.               ■ don't disturb DOS operations
  74.  
  75.        Also the hardware-interrupts IRQ 0 - 7 are monitored. Usefull when
  76.        downloading the latest stuff from your favourite BBS.
  77.  
  78.        For sending commands to your CD-ROM-player it uses functions of the
  79.        Microsoft CD-ROM Extensions (MSCDEX.EXE).
  80.  
  81.        The maximum number of audio-tracks FastCD can handle is 30 (The CD-
  82.        standard allows 99 tracks). I have created this limit to preserve
  83.        (conventional) memory.
  84.  
  85.     ┌┬ Thanks ─┐
  86.     └┴─────────┘
  87.        I would like to thank Robert Curtis Davis for releasing TSRBONES.
  88.        This allowed me to write this nice TSR.
  89.        
  90.        I want to thank the Holy God for the talents I received and for the
  91.                       gift of The Saviour Jesus Christ. 
  92.  
  93.          ╓┬───────────────────────────────────────────────────┬╖
  94.          ║│ Johnny can't remember, where he spent last night  │║
  95.          ║│ But it must have been some party, that's for sure │║
  96.          ║│ 'Coz waking up this morning                       │║
  97.          ║│ His head feels like a storm                       │║
  98.          ║│ But he's been here too many times before          │║
  99.          ║│ One thing just leads to another                   │║
  100.          ║│ One more goodbye to a night lover                 │║
  101.          ║│ One more day surviving on his own                 │║
  102.          ║│                                                   │║
  103.          ║│ She needs a Saviour, but who's gonna tell him     │║
  104.          ║│ Who's gonna let him close enough                  │║
  105.          ║│ He needs a Saviour, but who's gonna teach him     │║
  106.          ║│ Who's gonna reach her with the Father's Love      │║
  107.          ╙┴───────────────────────────────────────────────────┴╜
  108.                                                               Text: Paul Field
  109.                                                                     Nia Jones
  110.     ┌┬ Contacting the author ─┐ 
  111.     └┴────────────────────────┘
  112.          You can reach me via e-mail:
  113.          
  114.          InterNet: jprins@dmrt.nl      (Prefered!)
  115.  
  116.          Write a message to 'Johan Prins' at the following boards:
  117.          
  118.          Da Big Busy Bored        +31-(0)71-213747
  119.          FileBase                 +31-(0)35-858404
  120.          Bad News                 +31-(0)35-837350
  121.  
  122.     ┌┬ History ─┐
  123.     └┴──────────┘
  124.  
  125.          ■ Version 0.9ß, 07-Feb-1995
  126.             First release
  127.